Skip to content

Commit 4c00c70

Browse files
Dependabot Bump (#211)
* Bump axios from 1.7.2 to 1.7.4 in /finish/src/main/frontend Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 424e4ee commit 4c00c70

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: finish/pom.xml

+1-1
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.10.3</version>
41+
<version>5.11.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tanstack/react-table": "^8.17.3",
14-
"axios": "^1.7.2",
14+
"axios": "^1.7.4",
1515
"next": "14.2.4",
1616
"react": "^18",
1717
"react-dom": "^18"

Diff for: start/pom.xml

+1-1
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.10.3</version>
41+
<version>5.11.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tanstack/react-table": "^8.17.3",
14-
"axios": "^1.7.2",
14+
"axios": "^1.7.4",
1515
"next": "14.2.4",
1616
"react": "^18",
1717
"react-dom": "^18"

0 commit comments

Comments
 (0)