Skip to content

Commit 2c8dcb5

Browse files
committed
Manual dependency updates
1 parent 5cefe53 commit 2c8dcb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.6"
6868
implementation 'org.glassfish:jakarta.json:2.0.1'
6969
//JTE for template processing
70-
implementation('gg.jte:jte:3.1.16')
70+
implementation('gg.jte:jte:3.2.0')
7171
implementation("org.freemarker:freemarker:2.3.34")
7272
}
7373

@@ -163,7 +163,7 @@ jacocoTestReport {
163163
}
164164

165165
jacoco {
166-
toolVersion = "0.8.12"
166+
toolVersion = "0.8.13"
167167
}
168168

169169
// maxParallelForks(2)

ro-crate-preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
4747

48-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css">
48+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
4949

5050
<meta charset='utf-8'/>
5151
<style>

0 commit comments

Comments
 (0)