Browse Source

Upgrade to Objenesis 3.4

Closes gh-33526
pull/33720/head
Juergen Hoeller 1 year ago
parent
commit
54dbb9f52a
  1. 4
      framework-docs/src/docs/dist/license.txt
  2. 2
      spring-core/spring-core.gradle
  3. 2
      spring-core/src/main/java/org/springframework/objenesis/package-info.java

4
framework-docs/src/docs/dist/license.txt vendored

@ -263,10 +263,10 @@ JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
which is included above. which is included above.
>>> Objenesis 3.2 (org.objenesis:objenesis:3.2): >>> Objenesis 3.4 (org.objenesis:objenesis:3.4):
Per the LICENSE file in the Objenesis ZIP distribution downloaded from Per the LICENSE file in the Objenesis ZIP distribution downloaded from
http://objenesis.org/download.html, Objenesis 3.2 is licensed under the http://objenesis.org/download.html, Objenesis 3.4 is licensed under the
Apache License, version 2.0, the text of which is included above. Apache License, version 2.0, the text of which is included above.
Per the NOTICE file in the Objenesis ZIP distribution downloaded from Per the NOTICE file in the Objenesis ZIP distribution downloaded from

2
spring-core/spring-core.gradle

@ -15,7 +15,7 @@ multiRelease {
} }
def javapoetVersion = "1.13.0" def javapoetVersion = "1.13.0"
def objenesisVersion = "3.3" def objenesisVersion = "3.4"
configurations { configurations {
java21Api.extendsFrom(api) java21Api.extendsFrom(api)

2
spring-core/src/main/java/org/springframework/objenesis/package-info.java

@ -1,6 +1,6 @@
/** /**
* Spring's repackaging of * Spring's repackaging of
* <a href="http://objenesis.org">Objenesis 3.2</a> * <a href="http://objenesis.org">Objenesis 3.4</a>
* (with SpringObjenesis entry point; for internal use only). * (with SpringObjenesis entry point; for internal use only).
* *
* <p>This repackaging technique avoids any potential conflicts with * <p>This repackaging technique avoids any potential conflicts with

Loading…
Cancel
Save