File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ repositories {
15
15
16
16
dependencies {
17
17
implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.20" )
18
- testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.3 ,)" )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter:[5.11.0 ,)" )
19
19
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
20
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.2.0,)" )
21
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.10.3 ,)" )
21
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.11.0 ,)" )
22
22
}
23
23
24
24
tasks.test {
Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >org.junit.jupiter</groupId >
76
76
<artifactId >junit-jupiter-engine</artifactId >
77
- <version >[5.10.3 ,)</version >
77
+ <version >[5.11.0 ,)</version >
78
78
</dependency >
79
79
</dependencies >
80
80
</plugin >
127
127
<plugin >
128
128
<groupId >org.apache.maven.plugins</groupId >
129
129
<artifactId >maven-gpg-plugin</artifactId >
130
- <version >3.2.3 </version >
130
+ <version >3.2.7 </version >
131
131
<executions >
132
132
<execution >
133
133
<id >sign-artifacts</id >
149
149
<dependency >
150
150
<groupId >org.junit.jupiter</groupId >
151
151
<artifactId >junit-jupiter-api</artifactId >
152
- <version >[5.10.3 ,)</version >
152
+ <version >[5.11.0 ,)</version >
153
153
<scope >test</scope >
154
154
</dependency >
155
155
<dependency >
156
156
<groupId >org.junit.jupiter</groupId >
157
157
<artifactId >junit-jupiter-engine</artifactId >
158
- <version >[5.10.3 ,)</version >
158
+ <version >[5.11.0 ,)</version >
159
159
<scope >test</scope >
160
160
</dependency >
161
161
<dependency >
162
162
<groupId >org.junit.platform</groupId >
163
163
<artifactId >junit-platform-launcher</artifactId >
164
- <version >[1.10.3 ,)</version >
164
+ <version >[1.11.0 ,)</version >
165
165
<scope >test</scope >
166
166
</dependency >
167
167
<dependency >
Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >org.junit.jupiter</groupId >
75
75
<artifactId >junit-jupiter-engine</artifactId >
76
- <version >[5.10.3 ,)</version >
76
+ <version >[5.11.0 ,)</version >
77
77
</dependency >
78
78
</dependencies >
79
79
</plugin >
140
140
<dependency >
141
141
<groupId >org.junit.jupiter</groupId >
142
142
<artifactId >junit-jupiter-api</artifactId >
143
- <version >[5.10.3 ,)</version >
143
+ <version >[5.11.0 ,)</version >
144
144
<scope >test</scope >
145
145
</dependency >
146
146
<dependency >
147
147
<groupId >org.junit.jupiter</groupId >
148
148
<artifactId >junit-jupiter-engine</artifactId >
149
- <version >[5.10.3 ,)</version >
149
+ <version >[5.11.0 ,)</version >
150
150
<scope >test</scope >
151
151
</dependency >
152
152
<dependency >
153
153
<groupId >org.junit.platform</groupId >
154
154
<artifactId >junit-platform-launcher</artifactId >
155
- <version >[1.10.3 ,)</version >
155
+ <version >[1.11.0 ,)</version >
156
156
<scope >test</scope >
157
157
</dependency >
158
158
<dependency >
You can’t perform that action at this time.
0 commit comments