Skip to content

Commit 18b89b6

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) | `1.7.0` | `1.7.1` | | [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) | `12.10.0.jre11` | `12.10.1.jre11` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.20.1` | `1.21.1` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.25.0` | `10.25.1` | | [dev.snowdrop:narayana-spring-boot-starter](https://github.com/snowdrop/narayana-spring-boot) | `3.4.0` | `3.4.2.2` | Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](mojohaus/flatten-maven-plugin@1.7.0...1.7.1) Updates `com.microsoft.sqlserver:mssql-jdbc` from 12.10.0.jre11 to 12.10.1.jre11 - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) Updates `org.jsoup:jsoup` from 1.20.1 to 1.21.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.20.1...jsoup-1.21.1) Updates `com.puppycrawl.tools:checkstyle` from 10.25.0 to 10.25.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.25.0...checkstyle-10.25.1) Updates `dev.snowdrop:narayana-spring-boot-starter` from 3.4.0 to 3.4.2.2 - [Release notes](https://github.com/snowdrop/narayana-spring-boot/releases) - [Commits](https://github.com/snowdrop/narayana-spring-boot/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 12.10.1.jre11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.jsoup:jsoup dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: dev.snowdrop:narayana-spring-boot-starter dependency-version: 3.4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b79694d commit 18b89b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/parents/build/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<version.mysql.mysql-connector-j>9.3.0</version.mysql.mysql-connector-j>
164164
<version.com.ibm.db2.jcc>12.1.2.0</version.com.ibm.db2.jcc>
165165
<version.com.oracle.database.jdbc>23.8.0.25.04</version.com.oracle.database.jdbc>
166-
<version.com.microsoft.sqlserver.mssql-jdbc>12.10.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
166+
<version.com.microsoft.sqlserver.mssql-jdbc>12.10.1.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
167167

168168
<!-- >>> Performance tests -->
169169
<version.org.openjdk.jmh>1.37</version.org.openjdk.jmh>
@@ -179,9 +179,9 @@
179179
<!-- When updating Spring Boot check if it supports JDK24 and enable testing with it if so (see testWithJdk24 profile). -->
180180
<version.org.springframework.boot>3.5.0</version.org.springframework.boot>
181181
<!-- Spring Boot 3 JTA starter and related libs version: -->
182-
<version.dev.snowdrop>3.4.0</version.dev.snowdrop>
182+
<version.dev.snowdrop>3.4.2.2</version.dev.snowdrop>
183183

184-
<version.jsoup>1.20.1</version.jsoup>
184+
<version.jsoup>1.21.1</version.jsoup>
185185
<version.snakeyaml>2.4</version.snakeyaml>
186186

187187
<!-- Whether javadoc warnings should fail the build -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<version.project-info.plugin>3.9.0</version.project-info.plugin>
273273
<version.japicmp.plugin>0.23.1</version.japicmp.plugin>
274274
<version.deploy.plugin>3.1.4</version.deploy.plugin>
275-
<version.flatten-maven-plugin>1.7.0</version.flatten-maven-plugin>
275+
<version.flatten-maven-plugin>1.7.1</version.flatten-maven-plugin>
276276
<version.assembly.plugin>3.7.1</version.assembly.plugin>
277277
<version.buildhelper.plugin>3.6.1</version.buildhelper.plugin>
278278
<version.checkstyle.plugin>3.6.0</version.checkstyle.plugin>
@@ -306,7 +306,7 @@
306306
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
307307
-->
308308
<version.org.apache.groovy.groovy-jsr223>4.0.27</version.org.apache.groovy.groovy-jsr223>
309-
<version.com.puppycrawl.tools.checkstyle>10.25.0</version.com.puppycrawl.tools.checkstyle>
309+
<version.com.puppycrawl.tools.checkstyle>10.25.1</version.com.puppycrawl.tools.checkstyle>
310310
<version.versions.plugin>2.18.0</version.versions.plugin>
311311
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
312312
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>

0 commit comments

Comments
 (0)