Skip to content

Commit 639a7f4

Browse files
authored
Merge pull request #245 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 298f5d7 + adeee8e commit 639a7f4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: finish/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter</artifactId>
41-
<version>5.11.3</version>
41+
<version>5.11.4</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>io.openliberty.tools</groupId>
5757
<artifactId>liberty-maven-plugin</artifactId>
58-
<version>3.11.1</version>
58+
<version>3.11.2</version>
5959
</plugin>
6060
<!-- Frontend resources -->
6161
<!-- tag::frontend-plugin[] -->

Diff for: finish/src/main/frontend/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: start/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter</artifactId>
41-
<version>5.11.3</version>
41+
<version>5.11.4</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>io.openliberty.tools</groupId>
5757
<artifactId>liberty-maven-plugin</artifactId>
58-
<version>3.11.1</version>
58+
<version>3.11.2</version>
5959
</plugin>
6060
<!-- Frontend resources -->
6161
<plugin>

Diff for: start/src/main/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-table": "^8.17.3",
1414
"axios": "^1.7.4",
15-
"next": "14.2.10",
15+
"next": "14.2.21",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},

0 commit comments

Comments
 (0)