Skip to content

Commit d62204a

Browse files
authored
Merge pull request #229 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 4576e5d + 287d08c commit d62204a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: finish/pom.xml

+2-2
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.4.3</version>
8+
<version>3.4.4</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.11.2</version>
51+
<version>3.11.3</version>
5252
<configuration>
5353
<!-- tag::appsDirectory[] -->
5454
<appsDirectory>apps</appsDirectory>

Diff for: scripts/dailyBuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$JDK_LEVEL" == "17" ]; then
2222
exit 0
2323
fi
2424

25-
sed -i "\#<artifactId>liberty-maven-plugin</artifactId>#,\#<configuration>#c<artifactId>liberty-maven-plugin</artifactId><version>3.10</version><configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install>" pom.xml
25+
sed -i "\#<artifactId>liberty-maven-plugin</artifactId>#,\#<configuration>#c<artifactId>liberty-maven-plugin</artifactId><version>3.11.3</version><configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install>" pom.xml
2626
cat pom.xml
2727

2828
if [[ "$DOCKER_USERNAME" != "" ]]; then

Diff for: start/pom.xml

+1-1
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.4.3</version>
8+
<version>3.4.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)