Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update java #2234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.5.0 -> 3.6.0 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.5.0 -> 3.5.2 age adoption passing confidence
com.google.cloud.tools:jib-maven-plugin 3.4.3 -> 3.4.4 age adoption passing confidence
org.mockito:mockito-core 5.14.1 -> 5.14.2 age adoption passing confidence
io.lettuce:lettuce-core 6.4.0.RELEASE -> 6.5.0.RELEASE age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.18.0 -> 2.18.1 age adoption passing confidence
io.micrometer:micrometer-registry-stackdriver 1.13.4 -> 1.14.0 age adoption passing confidence
io.micrometer:micrometer-bom 1.13.4 -> 1.14.0 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.47.0 -> 26.50.0 age adoption passing confidence
com.google.cloud:spring-cloud-gcp-dependencies (source) 5.6.1 -> 5.8.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.3.4 -> 3.3.5 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mockito/mockito (org.mockito:mockito-core)

v5.14.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)
lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.5.0.RELEASE

Compare Source

⭐ New Features
  • Introducing JSON to Lettuce (#​2992)
  • Add support for the CLUSTER MYSHARDID command (#​2920)
  • Add support for the CLUSTER LINKS command (#​2986)
  • Add support for the CLIENT TRACKINGINFO command (#​2862)
  • Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() (#​2927)
  • Propagate database number, user, and RedisURI into Tracing (#​3005)
  • Add support for creating regex and subnet-based ReadFrom instances from a single string (#​3016)
  • Add hasNoSlots() method to RedisClusterNode (#​3015)
🐞 Bug Fixes
  • Initialize slots with empty BitSet in RedisClusterNode's constructors (#​2341)
  • fix(2971): spublish typo fix (#​2972)
  • Update completeExceptionally on ClusterCommand using super (#​2980)
  • Add defensive copy for Futures allOf() method (#​2943)
  • fix:deadlock when reentrant exclusive lock #​2905 #​2879 (#​2961)
  • ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException (#​2993)
  • ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ (#​3002)
  • fix: Lcs response parse (#​2970)
  • Resubscribe logic ignoring Pub/Sub shard channels after reconnect. (#​3024)
  • Command interface - issues with async array results (#​3033)
💡 Other
  • Add badges to the README.md file (#​2939)
  • Convert wiki to markdown docs (#​2944)
  • Add the Github repo url to the doc config (#​3008)
  • document update regarding addressResolverGroup settings (#​3007)
  • Add CodeCov configuration, enable test analytics (#​3023)
  • io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required on CLIENT and READONLY command (#​3035)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 (#​2921)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 (#​2922)
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 (#​2958)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#​2957)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#​2968)
  • Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 (#​2966)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#​2978)
  • Bump org.apache.logging.log4j:log4j-bom from 2.17.2 to 2.24.0 (#​2988)
  • Bump io.netty:netty-bom from 4.1.107.Final to 4.1.113.Final (#​2990)
  • Suspected change in ubuntu causing CI failures (#​2949)
  • MKdocs styling update (#​3034)
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Full Changelog: redis/lettuce@6.4.0.RELEASE...6.5.0.RELEASE

v6.4.1.RELEASE

Compare Source

🐞 Bug Fixes

  • (crossport to 6.4.x) spublish typo fix (#​2972)
  • Sharded PubSub subscriptions not recovered after disconn… #​2940
  • Implement missing method in the BooleanListOutput (#​3033)
  • Add defensive copy for Futures allOf() method (#​2943)
  • fix:deadlock when reentrant exclusive lock #​2905 #​2879 (#​2961)

Full Changelog: redis/lettuce@6.4.0.RELEASE...6.4.1.RELEASE

micrometer-metrics/micrometer (io.micrometer:micrometer-registry-stackdriver)

v1.14.0: 1.14.0

Micrometer 1.14.0 is the GA version of a new feature release. See our support policy for support timelines.

Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release.

⚠️ Noteworthy

  • Support ExponentialHistogram in OTLP #​3861
  • Virtual thread metrics #​3956
  • Validate expected Observation API call ordering on TestObservationRegistry #​5239

⭐ New Features / Enhancements

  • Expose TestObservationRegistry as an AssertJ AssertProvider #​5551
  • Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #​5550
  • Replace @Nonnull(when = When.MAYBE) with @CheckForNull in @Nullable #​5485
  • Warn about Prometheus meter registration failure #​5228
  • Improve performance of merging two Tags/KeyValues instances #​5140
  • Allow user-provided custom scheduler for periodically binding KafkaMetrics #​4976
  • Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #​4028
  • Virtual thread metrics #​3956
  • Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #​2461
  • Configurable _source.enabled Elastic mapping property #​1629
  • Skip registering Caffeine meters when statistics are not enabled #​5409
  • Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics #​5402
  • MultiGauge.register should accept more types #​5390
  • Metrics not collected after ExecutorService recreation #​5366
  • Add "cancelled" information to the GrpcServerObservationContext #​5301
  • process_start_time_seconds HELP description inconsistency between Prometheus and micrometer #​5290
  • Add history-tracking to ObservationValidator #​5370
  • [dynatrace/v2] reduce log verbosity #​5306
  • Validate expected Observation API call ordering on TestObservationRegistry #​5239
  • Add JvmThreadDeadlockMetrics #​5222
  • Allow multiple MeterTag annotations for multiple tags from same target #​4081
  • Support ExponentialHistogram in OTLP #​3861
  • Expose ForkJoinPool parallelism and pool size metrics #​5236
  • Allow custom ThreadFactory for OtlpMeterRegistry #​5153
  • Do not register GC metrics when GC notifications are unavailable #​5149
  • Cancelled status code not reported in the gRPC server metrics #​5109
  • Add counter of failed attempts to retrieve a connection from the pool #​5057
  • Add Support for @MeterTag to @Counted #​4725
  • Compile-time weaving support for aspects #​1149
  • Service level objectives support on @Timed annotation #​5145

📔 Documentation

  • Add docs for ObservationValidator #​5387
  • Add docs for multiple MeterTag annotations #​5641
  • Add docs for @MeterTag for @Counted #​5640
  • Add docs for JvmThreadDeadlockMetrics #​5614
  • Add docs for ForkJoinPool parallelism and pool size metrics #​5611
  • Add docs for VirtualThreadMetrics #​5610

🔨 Dependency Upgrades

  • Bump io.prometheus:prometheus-metrics-bom to 1.3.3 #​5649
  • Bump software.amazon.awssdk:cloudwatch to 2.29.7 #​5645
  • Bump com.google.cloud:libraries-bom to 26.50.0 #​5638
  • Bump com.signalfx.public:signalfx-java to 1.0.47 #​5635
  • Bump com.google.auth:google-auth-library-oauth2-http to 1.29.0 #​5634
  • Bump software.amazon.awssdk:cloudwatch to 2.29.6 #​5631
  • Bump com.netflix.spectator:spectator-reg-atlas to 1.8.1 #​5630
  • Bump com.google.cloud:google-cloud-monitoring to 3.54.0 #​5628
  • Bump dropwizard-metrics to 4.2.28 #​5569
  • Bump io.opentelemetry.proto:opentelemetry-proto to 1.3.2-alpha #​5268
  • Bump org.hdrhistogram:HdrHistogram to 2.2.2 #​5171

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​codesimplicity, @​genuss, @​izeye, @​mihalyr, @​lcavadas, @​filiphr, @​sean-heller, @​vasiliy-sarzhynskyi, @​ArtyomGabeev, @​kinddevil, @​mstyura, @​madhead, @​pirgeo, @​rkurniawati, @​lenin-jaganathan, @​smaxx

v1.13.8: 1.13.8

📔 Documentation

  • Gauges may be silently ignored when MeterFilters drop or transform tags #​5616

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

v1.13.7: 1.13.7

🐞 Bug Fixes

  • Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName() #​5604

📔 Documentation

  • Add documentation for @Counted #​5613

🔨 Dependency Upgrades

  • Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 #​5623
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.17.3 #​5622

📝 Tasks

  • Enable japicmp task for micrometer-registry-statsd #​5612
  • Improve UCUM time unit mapping for Dynatrace #​5594

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

v1.13.6: 1.13.6

⭐ New Features / Enhancements

  • Improve memory usage of StepBucketHistogram #​4954

🐞 Bug Fixes

  • Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call #​5136
  • Map time units to UCUM format for Dynatrace #​5588
  • Aspects' tagsBasedOnJoinPoint may throw uncaught exception #​5584
  • Set user agent header in OTLP registry #​5577
  • MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #​5575

📔 Documentation

  • Remove duplicated context-propagation documentation in Micrometer docs #​5549
  • [OTLP Registry] Document batch size configuration #​5578

🔨 Dependency Upgrades

  • Bump dropwizard-metrics from 4.2.27 to 4.2.28 #​5566
  • Bump context-propagation to 1.1.2 #​5592

📝 Tasks

  • Bump org.junit:junit-bom from 5.10.4 to 5.10.5 #​5571
  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #​5567
  • Bump jersey3 from 3.0.12 to 3.0.16 #​5560
  • Do not include formerly removed micrometer-samples-jetty12 subproject #​5554
  • Bump spring from 5.3.37 to 5.3.39 #​5419
  • Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #​5557
  • Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #​5538
  • Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #​5536
  • Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #​5534
  • Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #​5533
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #​5532
  • Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #​5531
  • Bump junit from 5.10.3 to 5.10.4 #​5530
  • Bump spring from 5.3.37 to 5.3.39 #​5455

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​lenin-jaganathan, @​pirgeo, @​kinddevil, and @​joaopgrassi

v1.13.5: 1.13.5

🐞 Bug Fixes
  • ConcurrentModificationException when late meter filters are added #​5489
🔨 Dependency Upgrades
  • Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #​5506
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #​5505
Tasks
  • Use Prometheus BOMs for dependency management #​5468
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​mabartos, @​emmanuel-ferdman, and @​izeye

googleapis/java-cloud-bom (com.google.cloud:libraries-bom)

v26.50.0

Dependencies
  • update dependency com.google.cloud:first-party-dependencies to v3.38.0 (#​6812) (73ea7ac)
  • update dependency com.google.cloud:first-party-dependencies to v3.39.0 (#​6820) (6746f15)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.47.0 (#​6811) (95d68ee)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.43.2 (#​6825) (eb611f0)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.43.3 (#​6830) (6df5fd2)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.0 (#​6815) (c8586d6)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.1 (#​6822) (cd4c57b)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.2 (#​6826) (39c5c2f)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.46.0 (#​6833) (9cc59ba)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.24.1 (#​6831) (af20e1e)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.27.4 (#​6808) (cf24d46)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.28.0 (#​6834) (2d2b829)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.20.5 (#​6814) (7bdfa93)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.20.6 (#​6823) (87ef81e)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.16-alpha (#​6827) (476cc06)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.26 (#​6835) (2c49bcf)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.0 (#​6816) (9efd1b0)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.1 (#​6828) (d02b9b5)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.7 (#​6838) (88b0c80)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.80.0 (#​6818) (e5ca0c9)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.80.1 (#​6829) (0401269)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.24.0 (#​6819) (edc7c35)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.24.1 (#​6824) (5413759)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.44.0 (#​6813) (caeedce)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.44.1 (#​6821) (063787d)

v26.49.0

Features
Dependencies
  • update dependency com.google.cloud:first-party-dependencies to v3.37.0 (#​6790) (6d7a933)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.46.0 (#​6801) (72c2342)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.43.1 (#​6797) (5c4d406)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.9.3 (#​6794) (c320e66)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.45.1 (#​6788) (19584f8)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.23.0 (#​6804) (5603c10)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.27.2 (#​6787) (32eddac)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.20.4 (#​6793) (468ec77)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.14-alpha (#​6798) (9d5a38e)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.25 (#​6799) (5a6dbef)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.133.1 (#​6792) (1dca987)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.4 (#​6800) (b079f9d)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.79.0 (#​6802) (3f3ae66)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.23.0 (#​6803) (d5baa2c)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.43.2 (#​6795) (b99c895)
  • update dependency com.google.googlejavaformat:google-java-format to v1.24.0 (#​6789) (3012d01)

v26.48.0

Compare Source

Dependencies
  • update dependency com.google.cloud:first-party-dependencies to v3.36.1 (#​6763) (77afd40)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.45.0 (#​6774) (a224091)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.42.4 (#​6770) (c03a54a)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.43.0 (#​6780) (0f6b4f4)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.9.2 (#​6771) (97a7ff0)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.44.1 (#​6769) (3d567f5)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.22.0 (#​6775) (3aed099)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.26.5 (#​6768) (3a1c7c2)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.20.3 (#​6777) (e648e82)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.13-alpha (#​6781) (0cd97b7)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.24 (#​6778) (8a7988d)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.3 (#​6767) (8ed4f05)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.4 (#​6776) (f00726b)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.133.0 (#​6779) (ffe8e37)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.3 (#​6773) (5424d5d)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.76.0 (#​6762) (d1846f7)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.77.0 (#​6783) (a979ad3)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.22.1 (#​6784) (cfff92d)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.43.1 (#​6766) (7589d67)
  • update dependency commons-io:commons-io to v2.17.0 (#​6758) (6f2fe9b)
  • update dependency ubuntu to v24 (#​6765) (8faee82)
GoogleCloudPlatform/spring-cloud-gcp (com.google.cloud:spring-cloud-gcp-dependencies)

v5.8.0

Compare Source

Features
  • add properties to customize universe-domain and host in Storage (#​3287) (f5879d9)
Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.49.0 (e838c64)
  • deps: update dependency io.opentelemetry:opentelemetry-api to v1.43.0 (#​3298) (964756c)
  • test: add mock method to mock credentials. (e838c64)
Dependencies
  • bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 (#​3319) (6a91c0d)
  • bump io.micrometer:micrometer-tracing-bom from 1.3.4 to 1.3.5 (#​3302) (8ab63c8)
  • bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1.43.0 (#​3299) (eea8e28)
  • bump org.postgresql:r2dbc-postgresql (#​3310) (40b8b2a)

v5.7.0

Compare Source

Features
  • add properties to set universe domain and endpoint in bigquery (#​3158) (9b3c780)
Bug Fixes
  • deps: update cloud-sql-socket-factory.version to v1.21.0 (#​3270) (fdd8957)
  • deps: update dependency com.google.cloud:libraries-bom to v26.48.0 (#​3271) (2d65a64)
  • set maxInboundMetadataSize in pubsub (#​3157) (f333e41)
Dependencies
  • bump cloud-sql-socket-factory.version from 1.20.0 to 1.20.1 (#​3191) (16518c6)
  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.5 to 1.1.6 (#​3206) (6e2b0e3)
  • bump com.google.errorprone:error_prone_core from 2.30.0 to 2.33.0 (#​3265) (e462698)
  • bump commons-io:commons-io from 2.16.1 to 2.17.0 ([#​3253](https

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: java Issues specific to Java. labels Oct 7, 2024
@dpebot
Copy link
Collaborator

dpebot commented Oct 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 19, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 24, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 24, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 19, 2024

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang: java Issues specific to Java.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants