Skip to content

Commit

Permalink
Bump the java-dependencies group in /winery-launcher with 3 updates
Browse files Browse the repository at this point in the history
Bumps the java-dependencies group in /winery-launcher with 3 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework), [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework).


Updates `org.springframework:spring-context` from 5.3.30 to 5.3.31
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v5.3.31)

Updates `org.springframework:spring-core` from 5.3.30 to 5.3.31
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v5.3.31)

Updates `org.springframework:spring-beans` from 5.3.30 to 5.3.31
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v5.3.31)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent d1b7549 commit f79f493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winery-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<version.jetty>9.4.53.v20231009</version.jetty>
<version.spring>5.3.30</version.spring>
<version.spring>5.3.31</version.spring>
<version.junit>5.10.1</version.junit>
<javax.websocket.api.version>1.0</javax.websocket.api.version>
</properties>
Expand Down

0 comments on commit f79f493

Please sign in to comment.