Skip to content

Commit

Permalink
Upgrade to Objenesis 3.4
Browse files Browse the repository at this point in the history
Closes gh-33526
  • Loading branch information
jhoeller committed Sep 11, 2024
1 parent 34f649c commit 54dbb9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework-docs/src/docs/dist/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
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
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.

Per the NOTICE file in the Objenesis ZIP distribution downloaded from
Expand Down
2 changes: 1 addition & 1 deletion spring-core/spring-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ multiRelease {
}

def javapoetVersion = "1.13.0"
def objenesisVersion = "3.3"
def objenesisVersion = "3.4"

configurations {
java21Api.extendsFrom(api)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* 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).
*
* <p>This repackaging technique avoids any potential conflicts with
Expand Down

0 comments on commit 54dbb9f

Please sign in to comment.