Skip to content

Commit 8e0b10a

Browse files
committed
Update spring-boot-testjars-maven to 0.4.0.0
Signed-off-by: onobc <[email protected]>
1 parent 1e1a8e4 commit 8e0b10a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/grpc-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
testImplementation 'org.springframework.grpc:spring-grpc-test'
4343
testImplementation 'org.springframework.boot:spring-boot-web-server'
44-
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0-RC1'
44+
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0'
4545

4646
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4747
}

samples/grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.springframework.experimental.boot</groupId>
6868
<artifactId>spring-boot-testjars-maven</artifactId>
69-
<version>0.4.0.0-RC1</version>
69+
<version>0.4.0.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

samples/grpc-oauth2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation 'org.springframework.grpc:spring-grpc-test'
4949
testImplementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
50-
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0-RC1'
50+
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0'
5151

5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5353
}

samples/grpc-oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.springframework.experimental.boot</groupId>
6969
<artifactId>spring-boot-testjars-maven</artifactId>
70-
<version>0.4.0.0-RC1</version>
70+
<version>0.4.0.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>

samples/grpc-webflux-secure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
4949

5050
testImplementation 'org.springframework.grpc:spring-grpc-test'
51-
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0-RC1'
51+
testImplementation 'org.springframework.experimental.boot:spring-boot-testjars-maven:0.4.0.0'
5252

5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
}

samples/grpc-webflux-secure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.experimental.boot</groupId>
7272
<artifactId>spring-boot-testjars-maven</artifactId>
73-
<version>0.4.0.0-RC1</version>
73+
<version>0.4.0.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

0 commit comments

Comments
 (0)