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

Bump the all-dependencies group with 14 updates #435

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2023

Bumps the all-dependencies group with 14 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.1.1 3.1.4
com.google.cloud:google-cloud-bom 0.200.0 0.206.0
org.jetbrains.kotlin:kotlin-stdlib 1.9.0 1.9.10
org.jetbrains.kotlin:kotlin-reflect 1.9.0 1.9.10
org.jetbrains.kotlin:kotlin-test-junit5 1.9.0 1.9.10
org.jetbrains.kotlin:kotlin-maven-allopen 1.9.0 1.9.10
org.jetbrains.kotlin:kotlin-maven-plugin 1.9.0 1.9.10
io.mockk:mockk-jvm 1.13.5 1.13.8
no.nav.security:token-validation-spring 3.1.0 3.1.7
no.nav.security:token-validation-spring-test 3.1.0 3.1.7
org.apache.tika:tika-core 2.8.0 2.9.0
org.apache.tika:tika-parsers-standard-package 2.8.0 2.9.0
org.testcontainers:localstack 1.18.3 1.19.1
org.testcontainers:junit-jupiter 1.18.3 1.19.1

Updates org.springframework.boot:spring-boot-starter-parent from 3.1.1 to 3.1.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.1.4

⭐ New Features

  • Add TWENTY_ONE to JavaVersion enum #37364

🐞 Bug Fixes

  • When SLF4J and Logback are initialized on multiple threads in parallel, startup may fail due to SubstituteLoggerFactory being considered to be a competing LoggerFactory implementation #37484
  • Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used #37482
  • Leaking file descriptor / socket within DomainSocket tooling #37460
  • Invalid Accept header produces HTTP 500 in WelcomePageHandlerMapping #37457
  • PrivateKeyParser doesn't support ed448, XDH and RSA-PSS keys #37422
  • "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version #37380
  • AOT processing fails when a @ConfigurationProperties-annotated record has multiple constructors #37336
  • Spring Boot dependency management not working for ehcache when using Gradle and the dependency management plugin #37270
  • SslStoreBundle implementations aren't immutable #37222
  • Parsing OCI image names that are invalid due to the use of upper case letters is very slow #37183
  • Producing and consuming different tracing propagation formats doesn't work #37178
  • Using https with elliptic curves other than secp384r1 fails #37169
  • In 3.0.x and later, Spring Security cannot be used to secure a WebSocket upgrade request when using Jetty #37158
  • Local baggage is propagated when using Brave and W3C #37156
  • ServiceConnectionContextCustomizer can trigger docker usage during AOT processing #37097
  • java.lang.OutOfMemoryError: Metaspace when repeatedly deploying and undeploying a Spring Boot web application multiple times in Tomcat #37096
  • Property 'logging.threshold.console' not working #36741

📔 Documentation

  • Document that PKCS8 PEM files should be used whenever possible #37443
  • Add reference to Oracle Spring Boot Starters #37411
  • Correct the description of spring.artemis.broker-url #37309
  • Add default value metadata for management.metrics.export.signalfx.published-histogram-type #37253
  • Polish javadoc #37143

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.8 #37419
  • Upgrade to Couchbase Client 3.4.10 #37297
  • Upgrade to Groovy 4.0.15 #37386
  • Upgrade to Hibernate 6.2.9.Final #37465
  • Upgrade to Infinispan 14.0.17.Final #37299
  • Upgrade to Jakarta XML Bind 4.0.1 #37387
  • Upgrade to Jetty 11.0.16 #37300
  • Upgrade to Lombok 1.18.30 #37488
  • Upgrade to Micrometer 1.11.4 #37261
  • Upgrade to Micrometer Tracing 1.1.5 #37262
  • Upgrade to Native Build Tools Plugin 0.9.27 #37420
  • Upgrade to Neo4j Java Driver 5.12.0 #37353
  • Upgrade to Pooled JMS 3.1.3 #37421
  • Upgrade to R2DBC MySQL 1.0.3 #37466
  • Upgrade to Reactor Bom 2022.0.11 #37263

... (truncated)

Commits
  • 3ed1f1a Release v3.1.4
  • 68830a4 Merge branch '3.0.x' into 3.1.x
  • 37adadb Next development version (v3.0.12-SNAPSHOT)
  • 7ae22d6 Merge branch '3.0.x' into 3.1.x
  • b88b8a9 Merge branch '2.7.x' into 3.0.x
  • f24c0e2 Next development version (v2.7.17-SNAPSHOT)
  • 78eb8f9 Merge branch '3.0.x' into 3.1.x
  • 78c3512 Polish
  • 9b5062e Merge branch '2.7.x' into 3.0.x
  • b83e7b4 Update copyright year of changed files
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-bom from 0.200.0 to 0.206.0

Commits

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-reflect from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 1.9.0 to 1.9.10

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.0 to 1.9.10

Updates io.mockk:mockk-jvm from 1.13.5 to 1.13.8

Release notes

Sourced from io.mockk:mockk-jvm's releases.

v1.13.8

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.7...1.13.8

V1.13.7

What's Changed

New Contributors

... (truncated)

Commits
  • f2e599a Version bump
  • 4108f89 Merge pull request #1160 from SimonMarquis/patch-1
  • 81a9ec6 Fix dokkaJavadoc publishing task
  • 3261aff Merge pull request #1056 from aSemy/fix/configurable_kotlin_version
  • 8479d34 remove Java version/target/toolchain from buildSrc - it should be inherited f...
  • ffdf8ff revert customising the Kotlin plugin version
  • 93e34cd re-introduce kotlinVersion() in Deps.kt
  • 73692b6 update kotlin/java versions in workflow
  • dc7968b update Kotlin and Java Toolchain properties, and setting them in CI
  • f131526 Merge pull request #1143 from k163377/fix-1139
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 3.1.0 to 3.1.7

Release notes

Sourced from no.nav.security:token-validation-spring's releases.

3.1.7

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.15 to 11.0 (#770) @​dependabot
  • build(deps): bump spring-boot.version from 3.1.3 to 3.1.4 (#769) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#767) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.34 to 9.35 (#768) @​dependabot

3.1.6

What's Changed

⬆️ Dependency upgrades

3.1.5

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.13.2 to 10.14 (#754) @​dependabot

3.1.4

What's Changed

⬆️ Dependency upgrades

3.1.3

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.github.ben-manes.caffeine:caffeine from 3.1.7 to 3.1.8 (#743) @​dependabot
  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.13.1 to 10.13.2 (#741) @​dependabot

3.1.2

... (truncated)

Commits
  • d3244bd Merge pull request #770 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • c7bf5f3 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.15 to 11.0
  • ac8ebbe Merge pull request #769 from navikt/dependabot/maven/spring-boot.version-3.1.4
  • 209c48f build(deps): bump spring-boot.version from 3.1.3 to 3.1.4
  • 649efe1 Merge pull request #767 from navikt/dependabot/maven/org.apache.maven.plugins...
  • d5fa37b Merge pull request #768 from navikt/dependabot/maven/com.nimbusds-nimbus-jose...
  • 6e65c8e build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.34 to 9.35
  • e0aea15 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • aa8b27b Merge pull request #763 from navikt/dependabot/maven/no.nav.security-mock-oau...
  • 8fcb1c0 static path null
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring-test from 3.1.0 to 3.1.7

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

3.1.7

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.15 to 11.0 (#770) @​dependabot
  • build(deps): bump spring-boot.version from 3.1.3 to 3.1.4 (#769) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#767) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.34 to 9.35 (#768) @​dependabot

3.1.6

What's Changed

⬆️ Dependency upgrades

3.1.5

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.13.2 to 10.14 (#754) @​dependabot

3.1.4

What's Changed

⬆️ Dependency upgrades

3.1.3

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump com.github.ben-manes.caffeine:caffeine from 3.1.7 to 3.1.8 (#743) @​dependabot
  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.13.1 to 10.13.2 (#741) @​dependabot

3.1.2

... (truncated)

Commits
  • d3244bd Merge pull request #770 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • c7bf5f3 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.15 to 11.0
  • ac8ebbe Merge pull request #769 from navikt/dependabot/maven/spring-boot.version-3.1.4
  • 209c48f build(deps): bump spring-boot.version from 3.1.3 to 3.1.4
  • 649efe1 Merge pull request #767 from navikt/dependabot/maven/org.apache.maven.plugins...
  • d5fa37b Merge pull request #768 from navikt/dependabot/maven/com.nimbusds-nimbus-jose...
  • 6e65c8e build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.34 to 9.35
  • e0aea15 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • aa8b27b Merge pull request #763 from navikt/dependabot/maven/no.nav.security-mock-oau...
  • 8fcb1c0 static path null
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-core from 2.8.0 to 2.9.0

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.0.0-BETA - ??

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599). The TagSoup parser is still available in the tika-parser-tagsoup-module if you prefer the legacy parser.

  • Removed xerces2 as a dependency (TIKA-4135).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

Other Changes/Updates

  • Deprecated AbstractParser for removal in 4.x (TIKA-4132).

  • Fix bug in DateUtils that stripped timezone information from incoming Calendar objects (TIKA-4126).

  • The InputStreamDigester now calculates stream length (TIKA-4016).

Release 2.9.0 - 8/23/2023

  • With user configuration, the PDFParser can now throw an EncryptedDocumentException for Microsoft IRM PDF containers with encrypted payloads. Separately, the PDFParser now throws an EncryptedDocumentException instead of an IOException if the security handler cannot be found (TIKA-4082).

  • Fix bug that led to duplicate extraction of macros from some OLE2 containers (TIKA-4116).

  • Parse iframe's srcdoc as an embedded file (TIKA-3109).

  • Add detection of warc.gz as a specialization of gz and parse as if a standard WARC (TIKA-4048).

  • Allow users to modify the attachment limit size in the /unpack resource (TIKA-4039)

  • Fixed write limit bug in RecursiveParserWrapper (TIKA-4055).

  • A...

    Description has been truncated

Bumps the all-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.1.1` | `3.1.4` |
| [com.google.cloud:google-cloud-bom](https://github.com/googleapis/java-cloud-bom) | `0.200.0` | `0.206.0` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.0` | `1.9.10` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `1.9.0` | `1.9.10` |
| [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `1.9.0` | `1.9.10` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `1.9.0` | `1.9.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `1.9.0` | `1.9.10` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.5` | `1.13.8` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.0` | `3.1.7` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.1.0` | `3.1.7` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.8.0` | `2.9.0` |
| org.apache.tika:tika-parsers-standard-package | `2.8.0` | `2.9.0` |
| [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.1` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.1` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.1.1 to 3.1.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.4)

Updates `com.google.cloud:google-cloud-bom` from 0.200.0 to 0.206.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](https://github.com/googleapis/java-cloud-bom/commits)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.0 to 1.9.10

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.0 to 1.9.10

Updates `io.mockk:mockk-jvm` from 1.13.5 to 1.13.8
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.5...1.13.8)

Updates `no.nav.security:token-validation-spring` from 3.1.0 to 3.1.7
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.0...3.1.7)

Updates `no.nav.security:token-validation-spring-test` from 3.1.0 to 3.1.7
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.0...3.1.7)

Updates `org.apache.tika:tika-core` from 2.8.0 to 2.9.0
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.8.0...2.9.0)

Updates `org.apache.tika:tika-parsers-standard-package` from 2.8.0 to 2.9.0

Updates `org.testcontainers:localstack` from 1.18.3 to 1.19.1
- [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.18.3...1.19.1)

Updates `org.testcontainers:junit-jupiter` from 1.18.3 to 1.19.1
- [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.18.3...1.19.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.google.cloud:google-cloud-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.apache.tika:tika-parsers-standard-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:localstack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 22, 2023
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-e2e4b91441 branch October 22, 2023 04:55
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants