Skip to content

Commit

Permalink
Merge pull request #6327 from opentripplanner/renovate/google.dagger.…
Browse files Browse the repository at this point in the history
…version

chore(deps): update google.dagger.version to v2.53
  • Loading branch information
vpaturet authored Dec 10, 2024
2 parents 51f004c + b476098 commit c2b70d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Build GTFS GraphQL API documentation
run: |
npm install -g @magidoc/cli@6.1.0
npm install -g @magidoc/cli@6.2.0
magidoc generate --stacktrace
- name: Deploy compiled HTML to Github pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import dagger.Binds;
import dagger.Module;
import javax.annotation.Nullable;
import org.opentripplanner.ext.stopconsolidation.StopConsolidationRepository;
import org.opentripplanner.ext.stopconsolidation.internal.DefaultStopConsolidationRepository;

Expand All @@ -13,6 +12,5 @@
@Module
public interface StopConsolidationRepositoryModule {
@Binds
@Nullable
StopConsolidationRepository bindRepository(@Nullable DefaultStopConsolidationRepository repo);
StopConsolidationRepository bindRepository(DefaultStopConsolidationRepository repo);
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<otp.serialization.version.id>175</otp.serialization.version.id>
<!-- Lib versions - keep list sorted on property name -->
<geotools.version>32.1</geotools.version>
<google.dagger.version>2.52</google.dagger.version>
<google.dagger.version>2.53</google.dagger.version>
<jackson.version>2.18.2</jackson.version>
<jersey.version>3.1.9</jersey.version>
<junit.version>5.11.3</junit.version>
Expand Down

0 comments on commit c2b70d5

Please sign in to comment.