Skip to content

Commit f6dba70

Browse files
authored
Merge pull request #197 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents ee124f0 + 3d8cc94 commit f6dba70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.3.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>io.openliberty.tools</groupId>
5050
<artifactId>liberty-maven-plugin</artifactId>
51-
<version>3.10.3</version>
51+
<version>3.11.1</version>
5252
<configuration>
5353
<!-- tag::appsDirectory[] -->
5454
<appsDirectory>apps</appsDirectory>

start/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.3.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)