diff --git a/pom.xml b/pom.xml index 85c56de..180ddbd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.flowingcode.addons.applayout app-layout-addon - 6.1.1-SNAPSHOT + 6.2.0-SNAPSHOT App Layout Addon Integration of app-layout for Vaadin Flow @@ -75,10 +75,6 @@ Vaadin Directory https://maven.vaadin.com/vaadin-addons - - FlowingCode Releases - https://maven.flowingcode.com/releases - FlowingCode Snapshots https://maven.flowingcode.com/snapshots @@ -534,7 +530,7 @@ 21 21 - 25.0.0-beta2 + 25.0.0 11.0.26 diff --git a/src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java b/src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java index c7838fa..5c4cee2 100644 --- a/src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java +++ b/src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java @@ -2,7 +2,7 @@ * #%L * App Layout Addon * %% - * Copyright (C) 2018 - 2022 Flowing Code + * Copyright (C) 2018 - 2025 Flowing Code * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import com.vaadin.hilla.Nonnull; import java.util.ArrayList; import java.util.List; -import javax.annotation.Nullable; +import jakarta.annotation.Nullable; public class MenuItemDto {