Skip to content

Commit 073da46

Browse files
authored
Libupgrade (#10)
* Updated license files. Updated change log.
1 parent 5b6f227 commit 073da46

File tree

3 files changed

+154
-117
lines changed

3 files changed

+154
-117
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
88
- Updated library dependency versions.
99
- Updated copyrights to 2022
1010

11+
### Added
12+
- Support for deleteAllById() in Simple[Reactive]NosqlRepository classes.
13+
14+
### Changed
15+
- Updated library dependency versions.
16+
- Updated copyrights to 2022
17+
1118
## [1.2.0] - 2021-04-06
1219
### Added
1320
- Exception message for instantiate failures

THIRD_PARTY_LICENSES.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Copyright Notices
55

66
Spring-Framework
77

8+
Libraries used from Framework
9+
spring-core
10+
spring-beans
11+
spring-context
12+
spring-tx
13+
spring-expression
14+
815
Copyright 2002-2019 the original author or authors.
916
Copyright (c) 2002-2019 Pivotal, Inc.
1017

@@ -23,18 +30,18 @@ SLF4J-API
2330

2431
Copyright (c) 2004-2017 QOS.ch
2532
All rights reserved.
26-
33+
2734
Permission is hereby granted, free of charge, to any person obtaining
2835
a copy of this software and associated documentation files (the
2936
"Software"), to deal in the Software without restriction, including
3037
without limitation the rights to use, copy, modify, merge, publish,
3138
distribute, sublicense, and/or sell copies of the Software, and to
3239
permit persons to whom the Software is furnished to do so, subject to
3340
the following conditions:
34-
41+
3542
The above copyright notice and this permission notice shall be
3643
included in all copies or substantial portions of the Software.
37-
44+
3845
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3946
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4047
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -44,7 +51,7 @@ SLF4J-API
4451
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4552

4653
---------------------------------
47-
Commons-Lang3 v3.11
54+
Commons-Lang3
4855

4956
Apache Commons Lang
5057
Copyright 2001-2020 The Apache Software Foundation

0 commit comments

Comments
 (0)