Skip to content

Commit

Permalink
Bump the java-dependencies group in /winery-launcher with 5 updates
Browse files Browse the repository at this point in the history
Bumps the java-dependencies group in /winery-launcher with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `5.3.30` | `5.3.31` |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `5.3.30` | `5.3.31` |
| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `5.3.30` | `5.3.31` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.16.2` | `1.17.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.2` | `3.2.3` |


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)

Updates `org.jsoup:jsoup` from 1.16.2 to 1.17.1
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.16.2...jsoup-1.17.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)

---
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
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  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 Dec 14, 2023
1 parent d1b7549 commit 36f18bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>

<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
Expand Down Expand Up @@ -180,7 +180,7 @@
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.2</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 36f18bf

Please sign in to comment.