Skip to content

Commit

Permalink
Merge pull request #2 from tmio/main
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
macfarla authored May 9, 2024
2 parents c7daf68 + aeeb06b commit f64cc55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Apache Tuweni
Copyright 2023-2024 The Machine Consultancy LLC

This product includes code developed under the Apache Tuweni incubation project.

Copyright 2019-2023 The Apache Software Foundation

This product includes software developed at
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ buildscript {
plugins {
id 'com.diffplug.spotless' version '6.22.0'
id 'net.ltgt.errorprone' version '3.1.0'
id 'org.springframework.boot' version '3.1.5'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.gradle.crypto.checksum' version '1.4.0'
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.plugin.spring' version '1.9.10'
id 'org.jetbrains.dokka' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.jetbrains.kotlin.plugin.spring' version '1.9.23'
id 'org.jetbrains.dokka' version '1.9.20'
id 'maven-publish'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
id 'com.github.ben-manes.versions' version '0.49.0'
Expand Down Expand Up @@ -565,7 +565,7 @@ dokkaHtml {

project.task("checkNotice") {
def lines = file("NOTICE").readLines()
def expected = "Copyright 2019-${LocalDate.now().getYear()} The Apache Software Foundation"
def expected = "Copyright 2023-${LocalDate.now().getYear()} The Machine Consultancy LLC"
for (line in lines) {
if (expected == line) {
return
Expand Down

0 comments on commit f64cc55

Please sign in to comment.