diff --git a/.gitattributes b/.gitattributes
index 420d53ec..03a74803 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
README.md merge=ours
COPYRIGHT merge=ours
+NOTICE merge=ours
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fba7a224..6b9c04b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
- run: ./mvnw -B -nsu verify jacoco:report
+ run: ./mvnw -B -U -nsu verify jacoco:report
- name: Notify via Slack
uses: 8398a7/action-slack@v3
with:
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 00000000..c15552ac
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,17 @@
+Licensed under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on
+an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+
+This project includes:
+ Gson under Apache 2.0
+ JSR 374 (JSON Processing) Default Provider under Dual license consisting of the CDDL v1.1 and GPL v2
+
diff --git a/pom.xml b/pom.xml
index 55d72e85..8ebceb07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.reaktivity
nukleus-kafka
- 0.287
+ 0.288
Kafka Nukleus Implementation
Kafka Nukleus Implementation
https://github.com/reaktivity/nukleus-kafka.java
@@ -59,10 +59,10 @@
3.1.0
- 0.83
+ 0.84
- 0.169
- 0.159
+ 0.170
+ 0.161
1.0.0
@@ -201,6 +201,34 @@
+
+ org.jasig.maven
+ maven-notice-plugin
+ 1.1.0
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.1
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 2.2.5
+
+
+
+ compile
+
+
+
+ validate
+
+ check
+
+
+
+
maven-checkstyle-plugin
3.1.0
@@ -378,6 +406,34 @@
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+ org.jasig.maven
+ maven-notice-plugin
+ [1.1.0,)
+
+ check
+
+
+
+
+
+
+
+
+
+
+
+