Skip to content

Commit

Permalink
Merge pull request #420 from apache/refactoring/409-Update-dependencies
Browse files Browse the repository at this point in the history
Issue #409: Update dependencies
  • Loading branch information
reckart authored Nov 21, 2024
2 parents 57ac458 + b5a29e7 commit 4cdf08b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 5 deletions.
56 changes: 53 additions & 3 deletions src/main/bin_distr_license_notices/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,49 @@ Copyright (c) 2004-2017 QOS.ch
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=======================================================================

SPRING FRAMEWORK 6.1.15 SUBCOMPONENTS:

Spring Framework 6.1.15 includes a number of subcomponents
with separate copyright notices and license terms. The product that
includes this file does not necessarily use all the open source
subcomponents referred to below. Your use of the source
code for these subcomponents is subject to the terms and
conditions of the following licenses.


>>> ASM 9.1 (org.ow2.asm:asm:9.1, org.ow2.asm:asm-commons:9.1):

Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.

Copyright (c) 1999-2009, OW2 Consortium <https://www.ow2.org/>

Expand All @@ -278,10 +320,18 @@ CGLIB 3.3 is licensed under the Apache License, version 2.0, the text of which
is included above.


>>> Objenesis 3.2 (org.objenesis:objenesis:3.2):
>>> JavaPoet 1.13.0 (com.squareup:javapoet:1.13.0):

Per the LICENSE file in the JavaPoet JAR distribution downloaded from
https://github.com/square/javapoet/archive/refs/tags/javapoet-1.13.0.zip,
JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
which is included above.


>>> 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 Expand Up @@ -309,4 +359,4 @@ medium.

This offer to obtain a copy of the Source Files is valid for three years from
the date you acquired this Software product. Alternatively, the Source Files
may accompany the Software.
may accompany the Software.
4 changes: 2 additions & 2 deletions uimaj-parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<opentest4j-version>1.3.0</opentest4j-version>
<qdox-version>2.1.0</qdox-version>
<slf4j-version>1.7.36</slf4j-version>
<spring-version>6.0.23</spring-version>
<spring-version>6.1.15</spring-version>
<tycho-version>4.0.10</tycho-version>
<xmlunit-version>2.10.0</xmlunit-version>

Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>3.7.0</version>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
Expand Down

0 comments on commit 4cdf08b

Please sign in to comment.