-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping to jackson 2.18.0, jline3 3.27.1, protobuf-java 3.25.5, asm 9…
….7.1
- Loading branch information
Showing
27 changed files
with
1,605 additions
and
1,716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
jline 3.22.0 | ||
jline 3.27.1 | ||
|
||
Copyright (c) 2002-2018, the original author or authors. | ||
Copyright (c) 2002-2023, the original author or authors. | ||
All rights reserved. | ||
|
||
https://opensource.org/licenses/BSD-3-Clause | ||
|
@@ -35,7 +35,7 @@ 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. | ||
|
||
jackson-core, jackson-databind 2.14.1, 2.14.1 | ||
jackson-core, jackson-databind 2.18.0, 2.18.0 | ||
|
||
|
||
Apache License | ||
|
@@ -240,9 +240,42 @@ jackson-core, jackson-databind 2.14.1, 2.14.1 | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
junit 5.9.2 | ||
# Jackson JSON processor | ||
|
||
Copyright 2015-2021 the original author or authors. | ||
Jackson is a high-performance, Free/Open Source JSON processing library. | ||
It was originally written by Tatu Saloranta ([email protected]), and has | ||
been in development since 2007. | ||
It is currently developed by a community of developers. | ||
|
||
## Copyright | ||
|
||
Copyright 2007-, Tatu Saloranta ([email protected]) | ||
|
||
## Licensing | ||
|
||
Jackson 2.x core and extension components are licensed under Apache License 2.0 | ||
To find the details that apply to this artifact see the accompanying LICENSE file. | ||
|
||
## Credits | ||
|
||
A list of contributors may be found from CREDITS(-2.x) file, which is included | ||
in some artifacts (usually source distributions); but is always available | ||
from the source code management (SCM) system project uses. | ||
|
||
## FastDoubleParser | ||
|
||
jackson-core bundles a shaded copy of FastDoubleParser <https://github.com/wrandelshofer/FastDoubleParser>. | ||
That code is available under an MIT license <https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE> | ||
under the following copyright. | ||
|
||
Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. | ||
|
||
See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser | ||
and the licenses and copyrights that apply to that code. | ||
|
||
junit 5.11.3 | ||
|
||
Copyright 2015-2024 the original author or authors. | ||
|
||
Eclipse Public License - v 2.0 | ||
============================== | ||
|
@@ -576,8 +609,9 @@ this Agreement will bring a legal action under this Agreement more than | |
one year after the cause of action arose. Each party waives its rights to | ||
a jury trial in any resulting litigation. | ||
|
||
protobuf-java 3.19.6 | ||
protobuf-java 3.25.5 | ||
|
||
Copyright 2024 Google LLC. All rights reserved. | ||
Copyright 2008 Google Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
@@ -610,3 +644,33 @@ Code generated by the Protocol Buffer compiler is owned by the owner | |
of the input file used when generating it. This code is not | ||
standalone and requires a support library to be linked with it. This | ||
support library is itself covered by the above license. | ||
|
||
asm 9.7.1 | ||
|
||
ASM: a very small and fast Java bytecode manipulation framework | ||
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. |
Oops, something went wrong.