parent
34f649c3f5
commit
54dbb9f52a
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@ multiRelease {
|
|||
}
|
||||
|
||||
def javapoetVersion = "1.13.0"
|
||||
def objenesisVersion = "3.3"
|
||||
def objenesisVersion = "3.4"
|
||||
|
||||
configurations {
|
||||
java21Api.extendsFrom(api)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue