diff --git a/pom.xml b/pom.xml index 97f5b6c..ea302d9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,13 @@ org.vaadin.addons.flowingcode grid-exporter-addon - 2.5.3-SNAPSHOT + 3.0.0-SNAPSHOT Grid Exporter Add-on Grid Exporter Add-on for Vaadin Flow https://www.flowingcode.com/en/open-source/ - 24.3.9 + 24.8.14 4.1.2 17 17 @@ -62,7 +62,7 @@ com.flowingcode.vaadin.addons.demo commons-demo - 4.1.0 + 5.0.0 @@ -177,7 +177,7 @@ org.vaadin.addons.flowingcode grid-helpers - 1.3.2 + 2.0.0 org.slf4j @@ -197,7 +197,7 @@ com.flowingcode.vaadin.addons error-window-vaadin - 3.4.0 + 4.2.0 test @@ -593,6 +593,21 @@ + + v25 + + 21 + 21 + 25.0.3 + + + + com.vaadin + vaadin-dev + + + + diff --git a/src/test/java/com/flowingcode/vaadin/addons/gridexporter/test/ConcurrentExportTests.java b/src/test/java/com/flowingcode/vaadin/addons/gridexporter/test/ConcurrentExportTests.java index 011c086..46137fe 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/gridexporter/test/ConcurrentExportTests.java +++ b/src/test/java/com/flowingcode/vaadin/addons/gridexporter/test/ConcurrentExportTests.java @@ -2,7 +2,7 @@ * #%L * Grid Exporter Add-on * %% - * Copyright (C) 2022 - 2024 Flowing Code + * Copyright (C) 2022 - 2026 Flowing Code * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -53,7 +53,6 @@ import org.junit.Test; @SuppressWarnings("serial") -@net.jcip.annotations.NotThreadSafe public class ConcurrentExportTests { private static final int TEST_TIMEOUT = 10000;