Skip to content

Commit 54dbb9f

Browse files
committed
Upgrade to Objenesis 3.4
Closes gh-33526
1 parent 34f649c commit 54dbb9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
263263
which is included above.
264264

265265

266-
>>> Objenesis 3.2 (org.objenesis:objenesis:3.2):
266+
>>> Objenesis 3.4 (org.objenesis:objenesis:3.4):
267267

268268
Per the LICENSE file in the Objenesis ZIP distribution downloaded from
269-
http://objenesis.org/download.html, Objenesis 3.2 is licensed under the
269+
http://objenesis.org/download.html, Objenesis 3.4 is licensed under the
270270
Apache License, version 2.0, the text of which is included above.
271271

272272
Per the NOTICE file in the Objenesis ZIP distribution downloaded from

spring-core/spring-core.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ multiRelease {
1515
}
1616

1717
def javapoetVersion = "1.13.0"
18-
def objenesisVersion = "3.3"
18+
def objenesisVersion = "3.4"
1919

2020
configurations {
2121
java21Api.extendsFrom(api)

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

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

0 commit comments

Comments
 (0)