Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: entur/gbfs-loader-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.21
Choose a base ref
...
head repository: entur/gbfs-loader-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.22
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 9, 2024

  1. [ci skip]Update for next development version

    circleci committed Dec 9, 2024
    Copy the full SHA
    0961f55 View commit details

Commits on Dec 23, 2024

  1. fix(deps): update all non-major dependencies (#197)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 23, 2024
    Copy the full SHA
    a6a13f1 View commit details
  2. [ci skip]Update versions for release

    circleci committed Dec 23, 2024
    Copy the full SHA
    3ad6a08 View commit details
  3. Merge branch 'release/4.0.22'

    circleci committed Dec 23, 2024
    Copy the full SHA
    5ffc951 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pom.xml
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>org.entur.gbfs</groupId>
<artifactId>gbfs-loader-java</artifactId>
<version>4.0.21</version>
<version>4.0.22</version>

<name>gbfs-loader-java</name>
<description>Manage loading of GBFS feeds</description>
@@ -47,7 +47,7 @@
<jdk.version>17</jdk.version>

<gbfs-java-model.version>1.0.9</gbfs-java-model.version>
<gbfs-validator-java.version>2.0.14</gbfs-validator-java.version>
<gbfs-validator-java.version>2.0.15</gbfs-validator-java.version>
<jackson-databind.version>2.18.2</jackson-databind.version>
<slf4j.version>1.7.36</slf4j.version>
<httpclient-version>4.5.14</httpclient-version>
@@ -83,8 +83,8 @@
<argLine />

<!-- Unit test frameworks versions -->
<assertj.core.version>3.26.3</assertj.core.version>
<junit.version>5.11.3</junit.version>
<assertj.core.version>3.27.0</assertj.core.version>
<junit.version>5.11.4</junit.version>

<!-- GPG configuration for jar signing-->
<gpg.executable>gpg</gpg.executable>