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 15 updates #454

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps the all-dependencies group with 15 updates:

Package From To
org.apache.tomcat.embed:tomcat-embed-core 10.1.15 10.1.16
org.apache.tomcat.embed:tomcat-embed-el 10.1.15 10.1.16
org.apache.tomcat:tomcat-annotations-api 10.1.15 10.1.16
org.apache.tomcat.embed:tomcat-embed-websocket 10.1.15 10.1.16
org.jetbrains.exposed:exposed-spring-boot-starter 0.44.0 0.44.1
org.jetbrains.exposed:exposed-java-time 0.44.0 0.44.1
org.apache.tika:tika-core 2.9.0 2.9.1
no.nav.security:token-validation-spring 3.1.7 3.1.9
no.nav.security:token-client-spring 3.1.7 3.1.9
no.nav.security:token-validation-spring-test 3.1.7 3.1.9
net.javacrumbs.shedlock:shedlock-spring 5.9.0 5.10.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.9.0 5.10.0
org.jetbrains.kotlin.jvm 1.9.10 1.9.21
org.jetbrains.kotlin.plugin.spring 1.9.10 1.9.21
org.springframework.boot 3.1.4 3.2.0

Updates org.apache.tomcat.embed:tomcat-embed-core from 10.1.15 to 10.1.16

Updates org.apache.tomcat.embed:tomcat-embed-el from 10.1.15 to 10.1.16

Updates org.apache.tomcat:tomcat-annotations-api from 10.1.15 to 10.1.16

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.15 to 10.1.16

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.44.0 to 0.44.1

Release notes

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's releases.

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's changelog.

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.44.0 to 0.44.1

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

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

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).

  • Add mime detection for many files with thanks to Gregory Lepore (TIKA-3992).

  • Fixed iWork 13 keynote detection on files with wrong extension (TIKA-4111).

Release 2.8.0 - 5/11/2023

... (truncated)

Commits
  • 3b43650 [maven-release-plugin] prepare release 2.9.1-rc1
  • 83b8de0 update CHANGES.txt for 2.9.1 release process
  • aaf7b5f revert POI in prep for 2.9.1 release process
  • c3b2bd7 TIKA-4155 -- disable tests that cause failures in github actions. :(
  • 382b671 TIKA-4154 -- disable test which causes OOM in github actions for at least 2x.
  • 575298c TIKA-4153 -- revert changes to robots.txt detection and add unit test for rob...
  • a427bac TIKA-4155, try again...
  • b202275 fix workflow names
  • b39c8e3 TIKA-4154 -- clean up unit test -- string length causes oom in github actions
  • da98aa1 TIKA-4154 -- clean up unit test -- checkstyle
  • Additional commits viewable in compare view

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

Release notes

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

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • eab442d Merge pull request #792 from navikt/pin-kotlin-compiler-version
  • 77b0fc0 fix(build): use matching kotlin version for compiler plugin
  • 7e12f68 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.1
  • aa394ea Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6
  • c06227d 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.1
  • 1b452b0 Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 8539c72 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 3.1.7 to 3.1.9

Release notes

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

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • eab442d Merge pull request #792 from navikt/pin-kotlin-compiler-version
  • 77b0fc0 fix(build): use matching kotlin version for compiler plugin
  • 7e12f68 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.1
  • aa394ea Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6
  • c06227d 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.1
  • 1b452b0 Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 8539c72 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • Additional commits viewable in compare view

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

Release notes

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

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • eab442d Merge pull request #792 from navikt/pin-kotlin-compiler-version
  • 77b0fc0 fix(build): use matching kotlin version for compiler plugin
  • 7e12f68 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.1
  • aa394ea Merge pull request #787 from navikt/dependabot/maven/ktor.version-2.3.6
  • c06227d 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.1
  • 1b452b0 Merge pull request #789 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 8539c72 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 5.9.0 to 5.10.0

Commits
  • ea233b0 [maven-release-plugin] prepare release shedlock-parent-5.10.0
  • 412b5d2 Merge pull request #1592 from lukas-krecan/spanner
  • 86042de Code cleanup
  • a1a1639 Automatic-Module-Name update to spaner in pom.xml
  • 25d9d03 Formatting with Spotless
  • 3ba5b91 Merge pull request #1589 from lukas-krecan/dependabot/maven/org.mockito-mocki...
  • fd6d6fa Merge pull request #1591 from lukas-krecan/dependabot/maven/io.micronaut.vali...
  • 1802983 Updating to non transactional read for tests
  • 5534950 Bump io.micronaut.validation:micronaut-validation from 4.0.3 to 4.1.0
  • b16c9b4 Test class updates: Adding cleanup method and improving timestamp helper meth...
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.9.0 to 5.10.0

Updates org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.spring from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin.plugin.spring's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.spring's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.1.4 to 3.2.0

Release notes

Sourced from org.springframework.boot's releases.

v3.2.0

⭐ New Features

  • Auto-configure observations for RestClients #38500
  • Add support for Oracle Free, the replacement for Oracle XE, with Testcontainers and Docker Compose #38476
  • Provide dependency management for org.crac:crac #38378
  • Add new properties for Liquibase 4.24.0 #38274
  • Provide a way to create custom ApplicationContextFactory in SpringBootContextLoader #38205
  • Report friendly error when failing to find AOT initializer #38188

🐞 Bug Fixes

  • Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans #38507
  • CRaC restoration fails when Actuator's running on a separate port #38502
  • App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #38286
  • App fails to start with a NoSuchMethodE...

    Description has been truncated

Bumps the all-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.tomcat.embed:tomcat-embed-core | `10.1.15` | `10.1.16` |
| org.apache.tomcat.embed:tomcat-embed-el | `10.1.15` | `10.1.16` |
| org.apache.tomcat:tomcat-annotations-api | `10.1.15` | `10.1.16` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `10.1.15` | `10.1.16` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.44.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.44.1` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.9.0` | `2.9.1` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.1.9` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.1.9` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.1.7` | `3.1.9` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.9.0` | `5.10.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.9.0` | `5.10.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.2.0` |


Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat:tomcat-annotations-api` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.15 to 10.1.16

Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.44.1)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.44.1)

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

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

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

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

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.9.0 to 5.10.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.9.0...shedlock-parent-5.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.9.0 to 5.10.0

Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.21
- [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.21)

Updates `org.jetbrains.kotlin.plugin.spring` from 1.9.10 to 1.9.21
- [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.21)

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

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat:tomcat-annotations-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  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-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-client-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:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2023

Superseded by #455.

@dependabot dependabot bot closed this Nov 29, 2023
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-cabb7bfc01 branch November 29, 2023 07:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants