-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump the gradle group with 20 updates #420
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the gradle group with 20 updates: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.5` | `3.1.9` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.1.5` | `3.1.9` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.1.5` | `3.1.9` | | [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.3` | `2.0.4` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.6.0` | `42.7.0` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.3` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.3` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.3` | | [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin) | `7.0.1` | `7.0.2` | | [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.5.0` | `7.5.2` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.0` | `7.5.2` | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20230618` | `20231013` | | [com.google.guava:guava](https://github.com/google/guava) | `32.1.2-jre` | `32.1.3-jre` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.1.5` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.3` | `1.1.4` | | [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin) | `7.0.1` | `7.0.2` | | org.sonarqube | `4.4.0.3356` | `4.4.1.3373` | Updates `no.nav.security:token-validation-spring` from 3.1.5 to 3.1.9 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.1.5...3.1.9) Updates `no.nav.security:token-client-spring` from 3.1.5 to 3.1.9 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.1.5...3.1.9) Updates `no.nav.security:token-validation-spring-test` from 3.1.5 to 3.1.9 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.1.5...3.1.9) Updates `org.springframework.retry:spring-retry` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](spring-projects/spring-retry@v2.0.3...v2.0.4) Updates `org.postgresql:postgresql` from 42.6.0 to 42.7.0 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0) Updates `org.testcontainers:junit-jupiter` from 1.19.0 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.0...1.19.3) Updates `org.testcontainers:postgresql` from 1.19.0 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.0...1.19.3) Updates `org.testcontainers:testcontainers` from 1.19.0 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.0...1.19.3) Updates `com.expediagroup:graphql-kotlin-spring-client` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@7.0.1...7.0.2) Updates `io.confluent:kafka-connect-avro-converter` from 7.5.0 to 7.5.2 - [Commits](confluentinc/schema-registry@v7.5.0...v7.5.2) Updates `io.confluent:kafka-avro-serializer` from 7.5.0 to 7.5.2 - [Commits](confluentinc/schema-registry@v7.5.0...v7.5.2) Updates `org.json:json` from 20230618 to 20231013 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Updates `com.google.guava:guava` from 32.1.2-jre to 32.1.3-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `jvm` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) Updates `plugin.spring` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) Updates `plugin.jpa` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) Updates `org.springframework.boot` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5) Updates `io.spring.dependency-management` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.4) Updates `com.expediagroup.graphql` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@7.0.1...7.0.2) Updates `org.sonarqube` from 4.4.0.3356 to 4.4.1.3373 --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.expediagroup:graphql-kotlin-spring-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.confluent:kafka-connect-avro-converter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.expediagroup.graphql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
Superseded by #422. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gradle group with 20 updates:
3.1.5
3.1.9
3.1.5
3.1.9
3.1.5
3.1.9
2.0.3
2.0.4
42.6.0
42.7.0
1.19.0
1.19.3
1.19.0
1.19.3
1.19.0
1.19.3
7.0.1
7.0.2
7.5.0
7.5.2
7.5.0
7.5.2
20230618
20231013
32.1.2-jre
32.1.3-jre
1.9.10
1.9.20
1.9.10
1.9.20
1.9.10
1.9.20
3.1.4
3.1.5
1.1.3
1.1.4
7.0.1
7.0.2
4.4.0.3356
4.4.1.3373
Updates
no.nav.security:token-validation-spring
from 3.1.5 to 3.1.9Release notes
Sourced from no.nav.security:token-validation-spring's releases.
... (truncated)
Commits
eab442d
Merge pull request #792 from navikt/pin-kotlin-compiler-version77b0fc0
fix(build): use matching kotlin version for compiler plugin7e12f68
Merge pull request #791 from navikt/dependabot/maven/no.nav.security-mock-oau...ba8bda1
build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1aa394ea
Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6c06227d
Merge pull request #788 from navikt/dependabot/maven/org.apache.maven.plugins...363360f
Merge pull request #790 from navikt/dependabot/maven/com.nimbusds-nimbus-jose...e14dc17
build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.11b452b0
Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...8539c72
build(deps): bump org.apache.maven.plugins:maven-javadoc-pluginUpdates
no.nav.security:token-client-spring
from 3.1.5 to 3.1.9Release notes
Sourced from no.nav.security:token-client-spring's releases.
... (truncated)
Commits
eab442d
Merge pull request #792 from navikt/pin-kotlin-compiler-version77b0fc0
fix(build): use matching kotlin version for compiler plugin7e12f68
Merge pull request #791 from navikt/dependabot/maven/no.nav.security-mock-oau...ba8bda1
build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1aa394ea
Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6c06227d
Merge pull request #788 from navikt/dependabot/maven/org.apache.maven.plugins...363360f
Merge pull request #790 from navikt/dependabot/maven/com.nimbusds-nimbus-jose...e14dc17
build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.11b452b0
Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...8539c72
build(deps): bump org.apache.maven.plugins:maven-javadoc-pluginUpdates
no.nav.security:token-validation-spring-test
from 3.1.5 to 3.1.9Release notes
Sourced from no.nav.security:token-validation-spring-test's releases.
... (truncated)
Commits
eab442d
Merge pull request #792 from navikt/pin-kotlin-compiler-version77b0fc0
fix(build): use matching kotlin version for compiler plugin7e12f68
Merge pull request #791 from navikt/dependabot/maven/no.nav.security-mock-oau...ba8bda1
build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1aa394ea
Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6c06227d
Merge pull request #788 from navikt/dependabot/maven/org.apache.maven.plugins...363360f
Merge pull request #790 from navikt/dependabot/maven/com.nimbusds-nimbus-jose...e14dc17
build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.11b452b0
Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...8539c72
build(deps): bump org.apache.maven.plugins:maven-javadoc-pluginUpdates
org.springframework.retry:spring-retry
from 2.0.3 to 2.0.4Release notes
Sourced from org.springframework.retry:spring-retry's releases.
Commits
574e4ca
Release v2.0.4e5f2a4a
Harmonize pom elements order96d7e06
Format57599f4
Upgrade to Spring Framework 6.0.13f168eff
GH-383: maxAttemptsExpression Ignored Sometimesfa00aa1
Next development version (v2.0.4-SNAPSHOT)Updates
org.postgresql:postgresql
from 42.6.0 to 42.7.0Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
1566eed
update website for 42.7.0 (#3003)1c33111
Update changelog for release 42.7.0 (#3001)65f158e
Use a switch statement to compare transaction isolation levels (#2998)3ced0bc
feat: support SET statements combining with other queries with semicolon in P...e4f47d0
test: fix assertion in RefCursorFetchTestultFetchSize" rows8bcc7ed
style: remove excessive@NonNull
54ccdf7
test: add call.setFetchSize to RefCursorFetchTest2a17a35
test: use try-with-resources in LogicalReplicationStatusTest69debfa
fix: sort the results of java.sql.DatabaseMetaData#getCatalogs as per its spe...de74292
Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation...Updates
org.testcontainers:junit-jupiter
from 1.19.0 to 1.19.3Release notes
Sourced from org.testcontainers:junit-jupiter's releases.
... (truncated)
Commits
832d943
Register default network alias using ContainerDef (#7861)696481e
Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)f1f79dc
Fix regression using GenericContainer#setImage (#7820)b59888a
Fix bugs in SQLScriptScanner
with big String literals and PostgreSQL identi...d80ce60
[create-pull-request] automated change (#7813)ca036ae
[create-pull-request] automated change (#7812)6d33055
Keep exposed ports order in ContainerDef (#7811)1419510
Merge pull request #7810 from testcontainers/combined-pr-branchc326399
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...f466275
Bump org.junit.jupiter:junit-jupiter-api in /examplesUpdates
org.testcontainers:postgresql
from 1.19.0 to 1.19.3Release notes
Sourced from org.testcontainers:postgresql's releases.