Skip to content
Snippets Groups Projects
Commit 9602bb29 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

updated dependencies

parent 418c5e1e
No related branches found
No related tags found
No related merge requests found
Pipeline #4073 failed
......@@ -35,7 +35,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<version>2.2.11.RELEASE</version>
<relativePath/>
</parent>
......@@ -56,17 +56,17 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<jlibs.version>2.0.6</jlibs.version>
<versionizer.version>1.2.1</versionizer.version>
<webjars-locator.version>0.39</webjars-locator.version>
<jquery.version>3.4.1</jquery.version>
<jlibs.version>3.2.0</jlibs.version>
<versionizer.version>3.0.1</versionizer.version>
<webjars-locator.version>0.40</webjars-locator.version>
<jquery.version>3.5.1</jquery.version>
<materializecss.version>1.0.0</materializecss.version>
<fontawesome.version>5.12.0</fontawesome.version>
<sortablejs.version>1.8.3</sortablejs.version>
<mousetrap.version>1.6.1</mousetrap.version>
<fontawesome.version>5.15.1</fontawesome.version>
<sortablejs.version>1.10.2</sortablejs.version>
<mousetrap.version>1.6.5</mousetrap.version>
<codemirror.version>5.50.0</codemirror.version>
<selenium.version>3.141.59</selenium.version>
<assertj-core.version>3.15.0</assertj-core.version>
<assertj-core.version>3.17.1</assertj-core.version>
<app.versionDate>${maven.build.timestamp}</app.versionDate>
<maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
......
......@@ -11,7 +11,7 @@
<#import "/spring.ftl" as s>
<title>${title}</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.12.0/css/all.min.css'/>">
<link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.15.1/css/all.min.css'/>">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="<@s.url "/webjars/materializecss/1.0.0/css/materialize.min.css"/>">
<@style "style"/>
......
<#macro scripts>
<#import "/spring.ftl" as s>
<script src="<@s.url '/webjars/jquery/3.4.1/jquery.min.js'/>"></script>
<script src="<@s.url '/webjars/jquery/3.5.1/jquery.min.js'/>"></script>
<script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script>
<script src="<@s.url '/webjars/mousetrap/1.6.1/mousetrap.js'/>"></script>
<script src="<@s.url '/webjars/mousetrap/1.6.5/mousetrap.js'/>"></script>
<script>
rootURL = "<@s.url ''/>"
</script>
......
......@@ -111,7 +111,7 @@
<!-- Scripts-->
<#import "../helpers/scripts.ftl" as scripts>
<@scripts.scripts/>
<script src="<@s.url '/webjars/sortablejs/1.8.3/Sortable.min.js'/>"></script>
<script src="<@s.url '/webjars/sortablejs/1.10.2/Sortable.min.js'/>"></script>
<script src="<@s.url '/js/reports.js'/>"></script>
<script src="<@s.url '/js/globalDatePicker.js'/>"></script>
<script src="<@s.url '/js/filter.js'/>"></script>
......
......@@ -62,7 +62,7 @@ public class DateRepairTest
assertThat(transactions.stream()
.map(t -> t.getTags().stream()
.map(Tag::getName).toArray(String[]::new))
.toArray(String[][]::new))
.collect(Collectors.toList()))
.containsOnly(new String[]{"0815", "abc"}, new String[0]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment