Skip to content

Commit

Permalink
Merged PR 42674: Update all non-major dependencies
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [nu.ndw.nls.geometry:nls-geometry](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `2.0.3` -> `2.0.4` |
| [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | compile | minor | `2.15.1` -> `2.16.1` |
| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.11` -> `0.8.12` |
| [com.google.guava:guava](https://github.com/google/guava) | compile | minor | `33.0.0-jre` -> `33.1.0-jre` |
| [org.codehaus.janino:janino](http://janino-compiler.github.io/janino/) ([source](https://github.com/janino-compiler/janino)) | compile | patch | `3.1.11` -> `3.1.12` |
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.2.3` -> `3.2.5` |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (nu.ndw.nls.geometry:nls-geometry)</summary>

### [`v2.0.4`](spring-projects/spring-boot@v2.0.3.RELEASE...v2.0.4.RELEASE)

[Compare Source](spring-projects/spring-boot@v2.0.3.RELEASE...v2.0.4.RELEASE)

</details>

<details>
<summary>jacoco/jacoco (org.jacoco:jacoco-maven-plugin)</summary>

### [`v0.8.12`](https://github.com/jacoco/jacoco/releases/tag/v0.8.12): 0.8.12

[Compare Source](jacoco/jacoco@v0.8.11...v0.8.12)

#### New Features

-   JaCoCo now officially supports Java 22 (GitHub [#&#8203;1596](jacoco/jacoco#1596)).
-   Experimental support for Java 23 class files (GitHub [#&#8203;1553](jacoco/jacoco#1553)).

#### Fixed bugs

-   Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub [#&#8203;1556](jacoco/jacoco#1556)).
-   Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub [#&#8203;1568](jacoco/jacoco#1568)).

#### Non-functional Changes

-   JaCoCo now depends on ASM 9.7 (GitHub [#&#8203;1600](jacoco/jacoco#1600)).

</details>

<details>
<summary>janino-compiler/janino (org.codehaus.janino:janino)</summary>

### [`v3.1.12`](janino-compiler/janino@v3.1.11...v3.1.12)

[Compare Source](janino-compiler/janino@v3.1.11...v3.1.12)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge...
  • Loading branch information
ndwlocatieservices committed Apr 23, 2024
1 parent 929c152 commit def0785
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath/>
</parent>

Expand All @@ -28,19 +28,19 @@
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<graphhopper.version>8.0</graphhopper.version>
<!-- Janino version should match the one used in GraphHopper -->
<janino.version>3.1.11</janino.version>
<janino.version>3.1.12</janino.version>
<jts-core.version>1.19.0</jts-core.version>
<guava.version>33.0.0-jre</guava.version>
<guava.version>33.1.0-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<jacoco.version>0.8.11</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<geotools.version>30.2</geotools.version>
<jts2geojson.version>0.18.1</jts2geojson.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-io.version>2.16.1</commons-io.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
<sonar.projectName>nls-routing-map-matcher</sonar.projectName>
<nls-geometry.version>2.0.3</nls-geometry.version>
<nls-geometry.version>2.0.4</nls-geometry.version>
<kryo5.version>5.5.0</kryo5.version>
</properties>
<repositories>
Expand Down

0 comments on commit def0785

Please sign in to comment.