Skip to content

Commit 4cc84b5

Browse files
authored
Merge pull request #289 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 340cbd1 + 84e33e5 commit 4cc84b5

File tree

5 files changed

+50
-50
lines changed

5 files changed

+50
-50
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
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.13.0</version>
41+
<version>5.13.2</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.3</version>
58+
<version>3.11.4</version>
5959
</plugin>
6060
<!-- Frontend resources -->
6161
<!-- tag::frontend-plugin[] -->

finish/src/main/frontend/package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

finish/src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-table": "^8.17.3",
1414
"axios": "^1.8.2",
15-
"next": "14.2.26",
15+
"next": "14.2.30",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},

start/pom.xml

Lines changed: 2 additions & 2 deletions
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.13.0</version>
41+
<version>5.13.2</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.3</version>
58+
<version>3.11.4</version>
5959
</plugin>
6060
<!-- Frontend resources -->
6161
<plugin>

start/src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
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.26",
15+
"next": "14.2.30",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},

0 commit comments

Comments
 (0)